home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / bbs / BScripts_1_1.lha / login.script < prev    next >
Text File  |  1992-12-16  |  738b  |  20 lines

  1. ;    Erkka Samsten = Arm MBBS script fixer to BBBS!  
  2. ;     -*-*-*- Scripts v1.1 - Last update: 16.12.92 -*-*-*-
  3. ;      Hope you enjoy Using Fixed MBBS scripts.;->
  4. ;        BTW: You can (and you must) spread this in other BBBSes!
  5. ;         I Don't want a huge phonebill..you spread!-)
  6.  
  7.      set $charset = "IBM"
  8.      request off
  9.      timeout 10 gosub TryAgain
  10.      when "--more--" send "c"
  11.      when "SYSOP is coming online" gosub ShutUp
  12.      when "Include original message" send "N\n"
  13.      when "not available for reply" send "COM\n"
  14.      when "Invalid conference selection" send "COM\n"
  15.      when "Send carbon copies" send "N\n"
  16.      when "Daily time limit" quit
  17.  
  18.      timeout 60 gosub TryAgain
  19.      converse "FIRST name" "%USERNAME\n"
  20.